home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / accounts / redwd201.arj / COLORS.PLT < prev    next >
Text File  |  1994-12-02  |  2KB  |  51 lines

  1. set axes all off
  2. set color blue
  3. set title size 5.4
  4. title 6.667 9.5 center 'COLORS AND B/W FILL PATTERNS'
  5. set window x 0 to 13.33 y 0 to 10.
  6. set limits x 0 to 13.33 y 0 to 10.
  7. set color black
  8. set title size 3.5
  9. set diamond size  1.2 1.2
  10.  
  11. 1.7  .4;  2.3  1.5; join
  12. 2.7  .4;  3.3  1.5; join
  13. 6.7  7.4;  7.3  8.5; join
  14. 7.7  7.4;  8.3  8.5; join
  15.  
  16. diamond 2 8 black       ;   title 4.2 8 "black"
  17. diamond 2 7 blue        ;   title 4.2 7 "blue"
  18. diamond 2 6 green       ;   title 4.2 6 "green"
  19. diamond 2 5 cyan        ;   title 4.2 5 "cyan"
  20. diamond 2 4 red         ;   title 4.2 4 "red"
  21. diamond 2 3 magenta     ;   title 4.2 3 "magenta"
  22. diamond 2 2 brown       ;   title 4.2 2 "brown"
  23. diamond 2 1 white       ;   title 4.2 1 "white"
  24.  
  25. diamond 7 8 nofill      ;   title 9.2 8 "nofill"
  26. diamond 7 7 lightblue   ;   title 9.2 7 "lightblue"
  27. diamond 7 6 lightgreen  ;   title 9.2 6 "lightgreen"
  28. diamond 7 5 lightcyan   ;   title 9.2 5 "lightcyan"
  29. diamond 7 4 lightred    ;   title 9.2 4 "lightred"
  30. diamond 7 3 lightmagenta;   title 9.2 3 "lightmagenta"
  31. diamond 7 2 yellow      ;   title 9.2 2 "yellow"
  32. diamond 7 1 brightwhite ;   title 9.2 1 "brightwhite"
  33.  
  34. diamond 3 8 black         pattern
  35. diamond 3 7 blue          pattern
  36. diamond 3 6 green         pattern
  37. diamond 3 5 cyan          pattern
  38. diamond 3 4 red           pattern
  39. diamond 3 3 magenta       pattern
  40. diamond 3 2 brown         pattern
  41. diamond 3 1 white         pattern
  42. diamond 8 8 nofill        pattern
  43. diamond 8 7 lightblue     pattern
  44. diamond 8 6 lightgreen    pattern
  45. diamond 8 5 lightcyan     pattern
  46. diamond 8 4 lightred      pattern
  47. diamond 8 3 lightmagenta  pattern
  48. diamond 8 2 yellow        pattern
  49. diamond 8 1 brightwhite   pattern
  50. title .3 .3 size 3 "COLORS.PLT"
  51.